DialogView::DoTab
Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:08:52 1991
Index
Return to Main Contents
NAME
DialogView::DoTab - instance method
TEMPLATE
void DoTab(Token inputToken)
SPECIFIERS
public
virtual
DESCRIPTION
DoTab is called by the method DispatchEvents when the Tab key has been pressed. It changes the current keyboard focus item to the next or previous item in the instvar kbdFocusItems depending on whether Tab or Shift-Tab has been pressed. By default, the method FindNeighbours determines which are the next and previous items.
Override DoTab if the order in which the keyboard focus is assigned to dialog items has to be changed.
Method is rarely overridden.
ARGUMENTS
- Token inputToken
-
contains the current input token from the method DispatchEvents. It is used to test whether Tab or Shift-Tab has been pressed.
RETURN ARGUMENT
void
CATEGORIES
implementation
FIRST DEFINITION
class DialogView
FILES
- implementation:
-
Dialog.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:28 GMT, March 30, 2022